home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_02_06
/
2n06018b
< prev
next >
Wrap
Text File
|
1991-04-28
|
214b
|
10 lines
* dh = device "handle" from snooper.h
* fn = user function (usually d_printf())
*/
#ifndef NDEBUG
#define __BREAK(dh,fn) { d_break(dh); fn; d_exec(); }
#else
#define __BREAK(dh,fn) ((void) 0)
#endif